next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
</>
Loading Topics...
1
A client gets a dimension-mismatch error when inserting a point. What are the most common root causes?
Expert
High
2
A filter query that should return results returns an empty list. What would you check first?
Expert
High
3
Why might a collection created without specifying a distance metric or vector size fail immediately, and what does that tell you about how Qdrant treats collection configuration?
Expert
High
4
What causes a 'collection not found' error immediately after a collection was reportedly created successfully in a distributed cluster?
Expert
High
5
Search results seem semantically wrong even though the embedding model is known to work well. What layers would you check to isolate the problem?
Expert
High
6
Recall dropped noticeably after enabling quantization. How would you determine whether the quantization configuration or the rescoring settings are the cause?
Expert
High
7
A previously fast query has become slow after months of continuous upserts and deletes, with no configuration changes. What's the most likely explanation?
Expert
High
8
How would you distinguish a latency problem caused by disk I/O from one caused by CPU-bound distance computation?
Expert
High
9
One node in a three-node Qdrant cluster crashes. What happens to reads and writes for shards that had a replica on that node?
Expert
High
10
After a crashed node recovers and rejoins the cluster, how does it catch up on writes it missed?
Expert
High
11
What symptoms would indicate a 'split-brain' style problem in a distributed Qdrant cluster, and how does the Raft-based consensus layer prevent it?
Expert
High
12
What's your recovery plan if an entire Qdrant cluster is lost (e.g., all nodes' disks fail) and you only have periodic snapshots?
Expert
High
All Topics
1
Getting started
0/2 topics · 0%
Core Concepts
Setup and Basic Use
2
Querying vectors
0/3 topics · 0%
QueryAPIs
Named Vectors and Multitenancy
Sparse Vectors and Hybrid Search
3
Internals
0/3 topics · 0%
Snapshots and Backups
Indexing Internals
Internal Architecture
4
Operations & scale
0/3 topics · 0%
Performance and Optimisation
Security
System Design and Scalability
5
Practice
0/5 topics · 0%
Error Handling and Debugging
Testing
Design Patterns
Implementation Scenarios
Edge Cases